### recall

Go back to the [[AI Glossary]]


A metric for classification models that answers the following question: Out of all the possible positive labels, how many did the model correctly identify? That is:

$$	\text Recall = \frac{True Positives}{True Positives + False Negatives}
$$